home *** CD-ROM | disk | FTP | other *** search
/ IRIX Installation Tools & Overlays 2002 November / SGI IRIX Installation Tools & Overlays 2002 November - Disc 4.iso / dist / motif21_dev.idb / usr / Motif-2.1 / include / Xm / DialogS.h.z / DialogS.h
C/C++ Source or Header  |  2002-10-15  |  1KB  |  57 lines

  1. /* 
  2.  *  @OSF_COPYRIGHT@
  3.  *  COPYRIGHT NOTICE
  4.  *  Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.
  5.  *  ALL RIGHTS RESERVED (MOTIF). See the file named COPYRIGHT.MOTIF for
  6.  *  the full copyright text.
  7. */ 
  8. /* 
  9.  * HISTORY
  10. */ 
  11. /*   $XConsortium: DialogS.h /main/13 1995/07/14 10:18:50 drk $ */
  12. /*
  13. *  (c) Copyright 1989, DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASS. */
  14. /*
  15. *  (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
  16. /*
  17. *  (c) Copyright 1988 MASSACHUSETTS INSTITUTE OF TECHNOLOGY  */
  18. /*
  19. *  (c) Copyright 1988 MICROSOFT CORPORATION */
  20. #ifndef _XmDialogShell_h
  21. #define _XmDialogShell_h
  22.  
  23. #include <Xm/Xm.h>
  24.  
  25. #ifdef __cplusplus
  26. extern "C" {
  27. #endif
  28.  
  29.  
  30. #ifndef XmIsDialogShell
  31. #define XmIsDialogShell(w)    XtIsSubclass(w, xmDialogShellWidgetClass)
  32. #endif /* XmIsDialogShell */
  33.  
  34. externalref WidgetClass xmDialogShellWidgetClass;
  35.  
  36. typedef struct _XmDialogShellClassRec       * XmDialogShellWidgetClass;
  37. typedef struct _XmDialogShellRec            * XmDialogShellWidget;
  38.  
  39.  
  40. /********    Public Function Declarations    ********/
  41.  
  42. extern Widget XmCreateDialogShell( 
  43.                         Widget p,
  44.                         char *name,
  45.                         ArgList al,
  46.                         Cardinal ac) ;
  47.  
  48. /********    End Public Function Declarations    ********/
  49.  
  50.  
  51. #ifdef __cplusplus
  52. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  53. #endif
  54.  
  55. #endif /* _XmDialogShell_h */
  56. /* DON'T ADD STUFF AFTER THIS #endif */
  57.